length
From Documentation
int length(Object value);
- i.e., CommonFns.length(Object)
Returns the length of a string, array, collection or map.
Notice that there is a bulit-in operator to test if a string/array/collection/map is empty:
${empty foo}
Version History
Version | Date | Content |
---|---|---|